Skip to main content

Get Custom Data Items

Retrieves saved data values for all keys specified, ordered alphabetically in pages of 20. If no keys are supplied then returns all keys, ordered alphabetically in pages of 20.

Authentication Required: Yes

ugs cloud-save data custom get [options]

Options

AliasDescription
project-id-p, --project-idThe Unity cloud project ID.
environment-e, --environment-nameThe services environment name.
custom-id--custom-idThe ID of the custom entity to retrieve data for.
keys--keysThe keys to retrieve, separated by commas, e.g "key1,key2". If not set, all keys will be retrieved.
after--afterThe key to start the page from. If not specified, the first page will be returned.
visibility--visibilityOne of 'default' or 'private'. If not set, 'default' will be used.
help-?, -h, --helpDisplay help and usage information.
quiet-q, --quietReduce logging to a minimum.
json-j, --jsonUse JSON as the output format.